remotemanager.dataset.dataset_mixin module¶ class remotemanager.dataset.dataset_mixin.DetailMixin[source]¶ Mixin class to add get_*_log methods to a Dataset. get_append_log() → str[source]¶ Returns the log from the previous append session get_run_log() → str[source]¶ Retrieves the log of the previous run attempt, providing more details print_run_log() → None[source]¶ Prints the log of the previous run attempt